Learn R Programming

RnavGraph (version 0.1.8)

ng_set<-: Modify data in a NG_data, NG_graph, NG_path or navgraph handler object.

Description

Modifies data in some of the in RnavGraph specifically defined classes.

Usage

ng_set(object, what) <- value

Arguments

object
Either a: navgraph handler, NG_data, NG_path, NG_graph object.
what
String of what should be modified within the object.
value
Replacement value.

Details

Using ng_set is risky because we don't guarantee that the objects gets updated correctly. We recommend to just re-create the object.

See Also

navGraph, ng_set-methods, ng_get, ng_get-methods , ng_set_color<-, ng_get_color, ng_set_size<-, ng_get_size